@media not screen and (max-width: 800px) {
    #div-midias {
        border-top: 1px solid grey;
    }
    #div-redes {
        border-right: 1px solid grey;
    }
    #texto-midias {
        font-size: 0.8rem;
        font-weight: bold;
        color: rgb(135, 134, 126);
    }
    #texto-qrcode {
        font-size: 0.7rem;
        font-weight: bold;
        color: rgb(135, 134, 126);
    }
    .lojas {
        max-height: 40px;
    }
}

@media screen and (max-width: 800px) {
    #texto-midias {
        font-size: 1rem;
        font-weight: bold;
        color: rgb(135, 134, 126);
    }
    #texto-qrcode {
        font-size: 1rem;
        font-weight: bold;
        color: rgb(135, 134, 126);
    }
    .lojas {
        max-height: 65px;
    }
}

body,
html {
    height: 100%;
}

.render-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.midias {
    max-height: 54px;
}

.not-decoration {
    text-decoration: none;
}

.color-buttons {
    background-color: rgb(0, 79, 159);
    border-color: rgb(0, 79, 159);
}